How to Install bioperl software package in Debian 8 (Jessie)

How to Install bioperl software package in Debian 8 (Jessie)

bioperl software package provides Perl tools for computational molecular biology, you can install in your Debian 8 (Jessie) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install bioperl 

bioperl is installed in your system.

Make ensure the bioperl package were installed using the commands given below,

$ sudo dpkg-query -l | grep bioperl *

You will get with bioperl package name, version, architecture and description in a table

bioperl package basic information:

Distro Debian 8 jessie
Section Science
Package bioperl
Version 1.6.924-1
Description Perl tools for computational molecular biology
Sub Section Science


See Also, How to uninstall or remove bioperl software package from Debian 8 (Jessie)?